The Worst case(s) occur in linear search algorithm when -
Options
Item is somewhere in the middle of the array
Item is the last element in the array
Item is present at first index of the array.
Item is not in the array at all


Item is the last element in the array
Item is not in the array at all
